From: Ken Raeburn Date: Tue, 16 Jul 2002 17:11:56 +0000 (+0000) Subject: comment update X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31610 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d24b4737ab828eba2c2555f2a1b63d397e2ed275;p=emacs.git comment update --- diff --git a/src/search.c b/src/search.c index 9b33e9e8d02..94f2b57d6a4 100644 --- a/src/search.c +++ b/src/search.c @@ -212,9 +212,9 @@ compile_pattern (pattern, regp, translate, posix, multibyte) cp = *cpp; /* Entries are initialized to nil, and may be set to nil by compile_pattern_1 if the pattern isn't valid. Don't apply - XSTRING in those cases. However, compile_pattern_1 is only - applied to the cache entry we pick here to reuse. So nil - should never appear before a non-nil entry. */ + string accessors in those cases. However, compile_pattern_1 + is only applied to the cache entry we pick here to reuse. So + nil should never appear before a non-nil entry. */ if (NILP (cp->regexp)) goto compile_it; if (SCHARS (cp->regexp) == SCHARS (pattern)